home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1999 September / PC Action Issue 81 (September 1999).ISO / vft / film / carduc.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  482 b   |  19 lines

  1. on enterFrame
  2.   global ncast
  3.   case ncast of
  4.     "camaio.cst":
  5.       set the member of sprite 59 to member 77
  6.       set the visible of sprite 59 to 1
  7.       updateStage()
  8.   end case
  9.   repeat with j = 60 to 64
  10.     set the visible of sprite j to 0
  11.   end repeat
  12.   set the cursor of sprite 65 to -1
  13.   set the cursor of sprite 66 to 280
  14.   set the cursor of sprite 67 to 280
  15.   set the cursor of sprite 68 to 280
  16.   set the cursor of sprite 69 to 280
  17.   set the visible of sprite 59 to 1
  18. end
  19.